The Imagick class
PHP Manual

Imagick::stereoImage

(PECL imagick 2.0.0)

Imagick::stereoImageComposites two images

Descripción

bool Imagick::stereoImage ( Imagick $offset_wand )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Composites two images and produces a single image that is the composite of a left and right image of a stereo pair.

Lista de parámetros

offset_wand

Valores retornados

Returns TRUE on success.

Errors/Exceptions

Throws ImagickException on error.


The Imagick class
PHP Manual